home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 420 b | 15 lines |
-
- # This creates an Icon header in the Mach-O that has the information
- # Which Workspace looks for when searching its search paths. It does that
- # when you log in, and when you press command-u.
-
- BUNDLELDFLAGS = -sectcreate __ICON __header bundle.registry
-
-
-
-
- # This line lets make understand that if the file bundle.registry has changed,
- # a re-linking of the files is needed.
-
- OTHER_PRODUCT_DEPENDS = bundle.registry
-